home *** CD-ROM | disk | FTP | other *** search
/ Whiteline: delta / whiteline CD Series - delta.iso / systems / minix / tcsh6033.zoo / tcsh-603.pl3 / Fixes < prev    next >
Text File  |  1993-03-12  |  31KB  |  743 lines

  1. V6.03.00, 11/20/92
  2. 102. Solaris2 patches, renamed sunosX to sosX to fit in 14 character filenames.
  3. 101. 6.02.12 11/12/92
  4. 100. Decreased BUFSIZE to 1K...
  5. 99. Don't use sbrk() in tc.alloc.c on VMS
  6. 98. EINTR error handling from Michael
  7. 97. Overwrite mode takes effect immediately, not delayed by a command.
  8. 96. Emx fixes.
  9. 95. SIGHUP gain...
  10. 94. Coherent times()/ <sys/file.h> fixes.
  11. 93. 6.02.11 10/27/92
  12. 92. Mach setpath fixes.
  13. 91. Which now globs its arguments
  14. 90. Again POSIX SIGHUP fixes... Maybe we got it right this time...
  15. 89. Increased BUFSIZE to 4K. Smaller machines may want to decrease this.
  16.     [ Now one can edit up to 4K of buffer! ]. From Harald.
  17. 88. : is now a true builtin that does nothing, instead of being treated like
  18.     the last character of a label. This is so it can take args. From Harald.
  19. 87. More fixes for hpux limits from Harald.
  20. 86. Login shell if ppid == 1 and argc == 1 for VMS.
  21. 85. Typo in sh.exec.c from Harry.
  22. 84. Per's editor fixes.
  23. 83. 6.02.10 10/17/92
  24. 82. Don't free STRNULL in freelex(). Update linked list in copylex() to
  25.     do the same insert as in lex().
  26. 81. Fixed spurious tilde printing in %c prompt.
  27. 80. Fixed dumb wild free in AddXKey... 
  28.     (thanks Harald for the complex bindings! :-)
  29.     > bindkey "\e10z" expand-line # Any editor command will do
  30.     > bindkey -[cs] "\e10z" "foo" # Any string or command will do
  31.     Free(%x) ....
  32. 79. coherent additions.
  33. 78. fixes for hpux8 resource limits [Thanks Harald]
  34. 77. 6.02.09 10/10/92
  35. 76. More vms cleanups.
  36. 75. Removed #include CONFIGH from sh.h. There was no way to make it work 
  37.     under VMS/POSIX
  38. 74. Added t completion (Gray Watson)
  39. 73. Memory leaks in sh.dir.c and sh.glob.c [thanks purify :-)]
  40. 72. IRIX 5.0 patches (from Paul Close)
  41. 71. BSD resource limits for hpux8.0 (From Andreas Stolcke)
  42. 70. NGROUPS_MAX fixes (from Matt Day)
  43. 69. 6.02.08 10/04/92
  44. 68. VMS port additions.
  45. 67. Added $%var, which == strlen(var)
  46. 66. Added ^X^I and ^X^D to override programmable listing+completion
  47. 65. Added case insensitive globbing for OS/2
  48. 64. FIOCLEX and FIONCLEX are only used if we don't have FD_CLOEXEC.
  49. 63. Added emx termio support, and emx pathsep support; emx compiles and runs:
  50.     needs job-debugging and finishing touches.
  51. 62. Horrible bug with the lex linked list; from Loic Grenie, grenie@ens.fr
  52.     > echo a !#
  53.     echoed 'echo a echo a echo'!
  54. 61. Shell -w,-x were incompatible with the same for test [POSIX] (beto)
  55. 60. builtin newgrp did not accept the - argument.
  56. 59. FIOCLEX for the masses (POSIX FD_CLOEXEC addition)
  57. 58. Old style csh completion bug fix [not used] (beto)
  58. 57. A background process waiting for input from tty
  59.     blocks when being foregrounded doesn't read its input and
  60.     doesn't get <cntl-c> and <cntl-z> signals.
  61.     It can only be killed from another session. (beto)
  62.     > cat > foo
  63.     #!/bin/csh -f
  64.     echo ">>>>>>"
  65.     set x = $<
  66.     echo $x
  67.     ^D
  68.     > chmod +x foo
  69.     > foo &
  70.     > fg
  71.     ^Z,^C # Nothing happens
  72. 56. history > 1000 fix (beto)
  73. 55. 6.02.07 9/18/92
  74. 54. Added e_stuff_char() to put back a character in cooked mode in
  75.     the input stream... Useful for status (^T)
  76. 53. $? == $status and $# == $#argv like in the bourne shell.
  77. 52. Added $dirstack. Problems: off by one since =0 == $cwd, but 
  78.     $dirstack[1] == $cwd... Suggestions welcome.
  79. 51. Leading spaces would confuse the run-help function.
  80. 50. Don't expand imported environment variables:
  81.     > setenv HOME \*
  82.     > tcsh
  83.     > echo "$home"
  84.     > echo "$HOME"
  85. 49. %C0n displays the number of directories omitted as /usr/local/bin /<2>bin/
  86. 48. Added POSIXSIGS as a configuration option.
  87. 47. Per's fixes for history format and arrow key binding.
  88. 46. Expand-variables expands array variables too
  89. 45. 6.02.06 8/14/92 
  90. 44. Separated limit stuff from BSDTIMES and added BSDLIMIT
  91. 43. History searching inconsistent with HistLit:
  92.     > echo foo
  93.     foo
  94.     > ^foo^bar
  95.     bar
  96.     > ec[M-p]
  97.     echo foo
  98. 42. 6.02.05 8/8/92 
  99. 41. sourcing a script that contains 'onintr -; onintr' would disable 
  100.     interrupts on the command line
  101. 40. cd ../... with symlinks=ignore would work !@#!@
  102. 39. No more BACKPIPE for POSIX machines...
  103. 38. SUNOS NLS bug workarounds...
  104. 37. New HASHBANG define for #! emulation... even 386BSD does not have it
  105.     yet...
  106. 36. Added new -b -c file operators from SGI csh.
  107. 35. 6.02.04 7/23/92 
  108. 34. Walking process group fixes.
  109. 33. $0 contains now argv[0] when we are not executing a shell script.
  110. 32. New Getwd() was broken.
  111. 31. 6.02.03 7/17/92
  112. 30. We kill our last foreground process group on HUP, for POSIX systems.
  113. 29. Walking process group fix.
  114. 28. $shlvl gets reset to 1 for login shells.
  115. 27. Macros can now involve multiple commands, i.e.
  116.     bindkey -s "^[OP" "ls\n^P"
  117. 26. 6.02.02 7/6/92
  118. 25. nostat accepts now a list shell patterns.
  119. 24. Avoid print_exit_value in if ( { foo } )
  120. 23. Symbolic key names for bindkey [arrow keys].
  121. 22. Smarter getwd() that avoids some of the NFS hangs...
  122. 21. Use memmove() where possible.
  123. 20. 6.02.01 6/16/92
  124. 19. Fix automatic correction to work with the new completion.
  125. 18. Globbing bug with brace expansion, when arguments need to be realloced...
  126.     e.g. echo 134{6,7}{0,1,2,3,4,5,6,7,8,9}{0,1,2,3,4,5,6,7,8,9}
  127. 17. shift and left operators update variables correcly ('shift path' did not 
  128.     work)
  129. 16. apollo fixes for cd.
  130. 15. STRNULL <-> NULL bug fixes.
  131. 14. %S in xprintf for short strings.
  132. 13. history -LSc, dirs -LSc additions, builtins builtin [oxymoron]
  133. 12. history formatting string, who formatting string, prompt formatting
  134.     all use tprintf() now.
  135. 11. $history accepts a second formatting argument..
  136. 10. History timestamps preserved in .history
  137. 9.  Backquotes were broken: echo hi | cat > `echo foo`
  138. 8.  SGI -t operator problem.
  139. 7.  Dnix fixes.
  140. 6.  Fix history file writing bug when autologout.
  141. 5.  Change from TCSETA to TCSETAW, since we affect the output.
  142. 4.  Per's fixes for display margin bugs.
  143. 3.  Linux fixes.
  144. 2.  Collapse adjacent stars in glob.c to avoid exponential behavior.
  145. 1.  Fixed parseescape to put ^ literally if not followed by alpha.
  146.  
  147. V6.02.00, 5/15/92
  148. 94. Default echo_style was not being set correctly.
  149. 93. $< did not work correctly with NLS chars.
  150. 92. 6.01.15 (5/11/92)
  151. 91. Minor cleanups in refresh code.
  152. 90. 6.01.14 (5/8/92)
  153. 89. Print \n in the right margin always to be consistent.
  154. 88. Linux patches.
  155. 87. 6.01.13 (5/2/92) 
  156. 86. Fixes in listing and completion of non-unique commands.
  157. 85. Fix =stack entries > 9... from Bill Petro
  158. 84. Fix for last character at margin. [on terminals that have am & xm move
  159.     the cursor manually to the next line]
  160. 83. Fix for complete completions 
  161. 82. small typo in tc.alloc.c from Mark Moraes.
  162. 81. small typo in tw.parse.c from Richard.
  163. 80. Man page fixes from Per.
  164. 79. 6.01.12 (4/24/92) [release version for 6.02]
  165. 78. Autosuffix was not getting reset all the time.
  166. 77. Don't limit completion patterns to 1K.
  167. 76. Naming changes in ed.screen.c from Justin.
  168. 75. 6.01.11 (4/10/92)
  169. 74. Fixed magic-space ! expand bug:
  170.     > echo a b123 45.{6,7}
  171.     > echo !:2!:3[magic-space]
  172. 73. Work-around for apollo optimizer in tc.bind.c
  173. 72. Problem with setjmp in tw.parse.c
  174. 71. symlinks=expand from Yumin.
  175. 70. tenematch() fixes from Michael;
  176. 69. 6.01.10 (4/3/92)
  177. 68. Fixed Gnmatch.
  178. 67. Removed ignore_symlinks and chase_symlinks. Replaced by symlinks variable.
  179. 66. Backquote from completion was broken for machines with no dup2()
  180. 65. No $printexitvalue for `` jobs.
  181. 64. Added ultrix stuff for PW_AUTH [from Mike Potter mpotter@lampf.lanl.gov]
  182. 63. Fixed bug in Gnmatch(), added 'N' command 'x' completion.
  183. 62. Fixed fg_proc_entry() so autologout gets disabled when a process
  184.     is foregrounded.
  185. 61. 6.01.09 (3/26/92)
  186. 60. source builtin takes arguments now that are passed in the script e.g.:
  187.     > ./tcsh -i a b c
  188.     > cat test
  189.     echo $argv
  190.     > echo $argv
  191.     a b c
  192.     > source test 1 2 3
  193.     1 2 3
  194.     > echo $argv
  195.     a b c
  196. 59. Eliminate $margin_bug, add more intelligent margin code [from Justin]
  197. 58. expand_symlinks variable Urgh...
  198. 57. SGI CONTROL() fixes...
  199. 56. new dnormalize(), expand_symlinks flag.
  200. 55. interrupting completion restores the current line. [from Marc]
  201. 54. 6.01.08 (3/20/92)
  202. 53. inputmode affects the first line too.
  203. 52. Searches in vi do not destroy the current line.
  204. 51. -drwX test enhancement.
  205. 50. Generalized completion syntax and added more completion builtins.
  206. 49. Don't print '\n' on the right margin if we can avoid it.
  207. 48. 6.01.07 (3/9/92)
  208. 47. New completion style. [[<pattern>[ ]],=<completion action>]
  209. 46. 6.01.06 (3/7/92)
  210. 45. complete styles are ignored after shell metachars eg.
  211.     > complete mail =u
  212.     > mail christos < [tab]
  213.     completes filenames.
  214. 44. $echo_style is initialized to the default style of the machine.
  215. 43. SGI 4.0 CTRL() macro is busted. So we ignore it.
  216. 42. Fixed bug with the new margin code (thanks justin)
  217. 41. Fixed mirroring of variables. Now set and setenv affect
  218.     HOME, TERM, PATH, SHLVL, USER and their csh counterparts. Unset affects
  219.     affects only the csh copies of the variables, and unsetenv only the
  220.     environment variables.
  221. 40. Fixed gcc-2.0 warnings in sh.sem.c (needed for vfork() -O2 optimization)
  222. 39. 6.01.05 (2/21/92)
  223. 38. signal masking for BSD machines was still wrong in tw.init.c
  224. 37. Added $margin_bug, and now the editor outputs on the rightmost 
  225.     column by default. This should fix the xterm cut-n-paste problem.
  226. 36. AU/X 2.0 and SGI compiles with POSIX as a default now.
  227. 35. sysv_echo is gone too. Now we have a variable called echo_style
  228.     which can be set to "none", "bsd", "sysv", "both" that defines
  229.     the builtin echo_style. The default is "bsd" for systems with
  230.     SYSVREL == 0, "sysv" otherwise. This can be overriden in config.h
  231.     by defining ECHO_STYLE ro be BSD_ECHO, SYSV_ECHO, BOTH_ECHO, 
  232.     or NONE_ECHO.
  233. 34. asynchronous notification in run-fg-editor would try to change the 
  234.     tty settings and print an extra prompt.
  235.     > set notify 
  236.     > sleep 10 &
  237.     > vi^Z
  238.     > ^[^Z
  239. 33. alias x /bin/true
  240.     x<esc>?
  241.     reported .//bin/true instead of /bin/true
  242. 32. 6.01.04 (2/12/92)
  243. 31. fixed vi_substitute_line
  244. 30. binding completion addition.
  245. 29. showdots=-A addition
  246. 28. sysv_echo addition; deleted bsd_echo which is now the default.
  247. 27. dunique could crash.
  248. 26. Don't clear lines after an asynchronous notification, because it
  249.     might erase the message.
  250. 25. 6.01.03 (1/29/92)
  251. 24. `` were not working correctly when tcsh is started with 0,1,2 closed.
  252. 23. Correction was picking up the wrong thing in cases like .rhosts hosts
  253. 22. Correction with names with quoted spaces was broken.
  254. 21. Added sysv_echo and bsd_echo.
  255. 20. Added and documented the complete builtin.
  256. 19. Added dunique and cd -.
  257. 18. Per's fix for alarm functions. Things would break if time went backwards.
  258. 17. Realloc bug fix (copy min of old and new size)
  259. 16. Fix for csh compatible braces.
  260. 15. Brace globbing and negation globbing for Gmatch.
  261. 14. 6.01.02 (1/16/92)
  262. 13. Completion builtin, new tw* files.
  263. 12. 6.01.01 (1/6/92)
  264. 11. Changed w_ fields in tc.who.c to who_ to avoid redefinitions in
  265.     <sys/wait.h> in some os's.
  266. 10. Setting savehist to an empty string makes savehist use the value
  267.     in $history.
  268. 9.  echotc did not use the internal termcap descriptions.
  269. 8.  echotc did not work right for single argument termcap strings.
  270. 7.  DGUX needs SAVESIGVEC, updated type protection, and disabled CSWTCH.
  271. 6.  Changed SVID to SYSVREL, since there is no SVID == 4 (yet).
  272. 5.  Typo in tc.sig.h: UNRELSIGS was not getting defined.
  273. 4.  Globbing bug fix. tglob() should ignore globbing characters inside 
  274.     backquotes otherwise things get expanded twice:
  275.     % echo 'bar?' > 'foo?'
  276.     % echo `cat foo\?`
  277.     echo: No match.
  278. 3.  Mach setpath fix.
  279. 2.  Alliant process group fix.
  280. 1.  Xenix fixes for broken vi and help path with no suffixes.
  281.  
  282. V6.01.00, 12/19/91 [for comp.sources.unix]
  283. 22. Restore the original prompt in automatic correction when the user
  284.     asks to re-edit the command.
  285. 21. Better error for unreadable files in tw.parse.c
  286. 20. Sequent patches.
  287. 19. (V6.00.08 beta 12/14/91)
  288. 18. Filenames containing # were spelled/expanded incorrectly.
  289. 17. Stellar/stellix port.
  290. 16. Hpux 8.0 has SIGWINDOW but we cannot get the window size. Protect
  291.     against window changes updating $LINES and $COLUMNS.
  292. 15. Mach setpath did not work right.
  293. 14. Mach does not need setenv in lib; in fact that does not work right.
  294. 13. shell level gets decremented when we exec.
  295. 12. restart_fg_editor picked the wrong editor if arg contained a slash.
  296.     e.g vi ~/.cshrc
  297. 11. (V6.00.07 beta 12/08/91)
  298. 10. Allow use of vfork() on systems that do not have job control.
  299. 9.  Avoid NUMCC from being defined twice.
  300. 8.  (V6.00.06 beta 12/05/91)
  301. 7.  SunOS3's FIOCLEX dups...
  302. 6.  Yet another globbing bug fix from Michael (echo .[^.])
  303. 5.  Ultrix now wants __ before cpp symbols.
  304. 4.  Workaround sun's header files inconsistency so tcsh can be compiled
  305.     with #undef POSIX
  306. 3.  Fixed limit stuff so that large values don't cause errors.
  307. 2.  Fixed =1 and ~user error messages (Per)
  308. 1.  (beta-5 6.00.04 == 6.00.05)
  309.  
  310. $#*
  311. $#* New numbering scheme (The last 2 digits are reserved for beta releases
  312. $#* from now on. So we start at 6.00.06 which is 6.00.04 beta 6, and we are
  313. $#* going to release 6.01.00...
  314. $#*
  315.  
  316. V6.00.04, (never released)
  317. 34. (beta-5 11/25/91)
  318. 33. Simplify code in BindArrowKeys()
  319. 32. Get rid of the PNULL's
  320. 31. Support for shadow password in locking code. (From Kimmo)
  321. 30. Normalize-path editor function.
  322. 29. (beta-4 11/21/91)
  323. 28. minix additions
  324. 27. bindkey fixes (-c addition, casting cleanups)
  325. 26. (beta-3 11/16/91)
  326. 25. Prompt length checking. 
  327. 24. Michael's fixes for the watching code. Tcsh could core dump when using
  328.     a corrupted utmp.
  329. 23. overwrite mode flag, and autologout locking code.
  330. 22. overwrite mode would still insert digits!
  331. 21. Get the value of _POSIX_VDISABLE from pathconf...
  332. 20. Hpux 8.0 fixes. Sigstack botches with shared libraries. Ansi mode
  333.     static initialization of structures with prototyped function pointers
  334.     gives spurious warnings...
  335. 19. Onintr in /etc rc files is disabled.
  336. 18. (beta-2 11/03/91)
  337. 17. Multi-line aliases with `` bug fix.
  338. 16. Sticky emacs overwrite mode.
  339. 15. Autolist option.
  340. 14. Fix for redirection with wildcard filanames.
  341. 13. No error correction for multi-line commands.
  342. 12. Esix-4 re-defines p_pid. Argh...
  343. 11. (beta-1 10/28/91)
  344. 10. Foreach loops were broken again.
  345. 9.  SUNOS localtime() bug does not only happen on the 8th byte. [Michael]
  346. 8.  sh.dir.c, memory corruption in dinit(). Thanks Michael.
  347. 7.  uts broken <sys/stat.h> work-around, and has a wait3()
  348. 6.  SGI (-t filename) extension, returns true when filename is a tty.
  349. 5.  'default:' addition in all switch() statements.
  350. 4.  oflag was not being updated correctly in Rawmode()
  351. 3.  missing 'break;' in prompt code '%y'.
  352. 2.  infinite loop in :a<mod> code.
  353. 1.  hashstat was not reporting hits+misses
  354.  
  355. V6.00.03, 10/21/91
  356. 31. watch code now accepts shell patterns.
  357. 30. new hashing code portability fixes.
  358. 29. $foo:gs/:/ / fix and 'a' modifier addition.
  359. 28. Added $! (the pid of the last background job forked)
  360. 27. exec does not kill the shell when it fails.
  361. 26. Irix4.0 decls.
  362. 25. SVR4 uthost fixes from Kimmo Suominen
  363. 24. Imake addition from marc
  364. 23. New i-search from Per.
  365. 22. ibmesa fixes
  366. 21. convex fixes.
  367. 20. t command for vi.
  368. 19. SVR4 fixes (reverse pipeline and sigaction()) from David Dawes.
  369. 18. New hashing from Marc
  370. 17. Added : to the ~name separators so ~foo:~bar works.
  371. 16. New ed.init.c. Added ed.term.c
  372. 15. Still can't get the history exactly csh-like... !-2$ was broken...
  373. 14. vi character searches.
  374. 13. -Dvar=name command line option for the apollos.
  375. 12. Prompt format changes for date/directory.
  376. 11. Vi searches.
  377. 10. Emacs i-search. [currently not bound]
  378. 9.  Vi additions ([dc]-{w,$,f<c>},Undo)
  379. 8.  tcsh -n parses now builtin structures.
  380. 7.  seek to the end on errors in loops.
  381. 6.  echotc -s was broken
  382. 5.  Better !event parsing. !foo;!bar was broken.
  383. 4.  foreach loops and if statements in aliases.
  384. 3.  .cshdirs would corrupt the heap if some directories were not there.
  385. 2.  System V echo was broken with \
  386. 1.  Fixed echo '!-1', history would eat the quote.
  387.  
  388. V6.00.02, 08/05/91 [For comp.sources.unix]
  389. 8.  tcsh will always set $LOGNAME and $USER if not already set in the
  390.     environment.
  391. 7.  added $histfile.
  392. 6.  echo `echo` * and  echo ~ {} were broken
  393. 5.  setty builtin addition
  394. 4.  Multiple : modifiers [experimental, disabled with -DCOMPAT]
  395. 3.  7 bit fixes, and hp9000s500.
  396. 2.  #undef DEBUG in tc.alloc.c, so we continue if we get a bad free() 
  397. 1.  getn() is now protected against NULL strings.
  398.  
  399. V6.00.01, 07/16/91
  400. 17. added beepcmd, and fixed small tenematch bugs.
  401. 16. Renamed DUP2 flag to HAVEDUP2 cause AIXPS2 defines DUP2 already.
  402. 15. More ANSI fixes, and mit additions (load-average)
  403. 14. don't clear ECHOE, background programs might need it.
  404. 13. Refresh bug fix...
  405. 12. getpwent() should not be interrupted (yellow pages), cause it might
  406.     leave dangling pointers, that endpwent() will trash.
  407. 11. ChangeSize is now responsible to set the screen size to something
  408.     sane, but it should not affect the environment if the information
  409.     it received is not valid
  410. 10. Find out if we are running under emacs using $TERM. It is more 
  411.     reliable.
  412. 9.  tcsh was broken if SHORT_STRINGS was not defined (glob() problem)
  413. 8.  If GetSize() fails it should always return reasonable screen sizes.
  414. 7.  globbing should not fail if one or more patterns match.
  415. 6.  increased the number of aliases in the loop detection code.
  416. 5.  DGUX has size_t and pid_t defined now...
  417. 4.  ESIX does not have EWOULDBLOCK or EAGAIN & POSIX... That was not handled
  418.     correctly.
  419. 3.  rs6000 needs BSDWAIT.
  420. 2.  Hpux susp key could not be changed.
  421. 1.  Apollo fixes.
  422.  
  423. V6.00.00, 07/04/91
  424. 45. Fixed quoting of VSTART/VSTOP on termios
  425. 44. Memory leak every time you pipe in or out.
  426. 43. echo {foo bar.[ch]}. Did not check for end of word.
  427. 42. ANSI prototypes
  428. 41. dmove() would leave the source descriptor open when using dup2()
  429.     e.g.
  430.     while (1)
  431.     echo foo >>! bar
  432.     end
  433.     runs out of file descriptors
  434. 40. recursive `` expanded via aliases would abort.
  435. 39. set home=../relative-path-name was broken.
  436.     e.g.
  437.     set home=../..; cd ..;
  438.     <abort>
  439. 38. Incorrect error when changing to directory:
  440.     e.g.
  441.     mkdir not-in-cd-path; chmod -x not-in-cd-path; cd not-in-cd-path;
  442.     echoed:
  443.        not-in-cd-path: No such file or directory.
  444.     it should have said
  445.        not-in-cd-path: Permission denied.
  446. 37. if ( \! =~ [\!] ) echo ok, did not echo ok. Quoting inside [] pattern.
  447. 36. More than 127 jobs caused job # to go negative
  448. 35. unsetenv <pattern> ... Added support for more than one pattern.
  449. 34. More background process status report fixes.
  450. 33. Apollo builtin support.
  451. 32. Glob fix. echo '*' * was not handled properly.
  452. 31. Glob fix. setenv FOO `sleep 1` would either cause a segmentation fault.
  453.     or print ambiguous.
  454. 30. Glob fix. Quoted characters inside [] were not handled properly.
  455. 29. Removed TELL and VMUNIX defines. I think we cannot compile on V6 anyway
  456. 28. Overflow check for expansions.
  457. 27. Added matchbeep, shell pattern history searching.
  458. 26. Added code to handle /dev/std{in,out,err}
  459. 25. Fixed POSIX speed handling in raw mode.
  460. 24. Fixed a flushing bug in the filec code in sh.file.c
  461. 23. Compiled and added hp9000s700 to the list of hosts.
  462. 22. Fixed horrible bug in gmatch() 
  463.     switch (4)
  464.     case [a-z]:
  465.         echo bug;
  466.         breaksw;
  467.     case 4:
  468.         echo ok;
  469.         breaksw;
  470.     endsw
  471. 21. Fixes for _SEQUENT_ ut_host.
  472. 20. FLUSHO added
  473. 19. mkdir foo\`bar; cd foo\`bar; was broken
  474. 18. EWOULDBLOCK == EAGAIN on RENO check for that too.
  475. 17. Dword() simplified and removed the gotos.
  476. 16. Hpux now compiles with POSIX. Moved the local chars modes in ed.init.c
  477.     after the tty modes.
  478. 15. Process group fixes for POSIX
  479. 14. We need <sys/filio.h> on the suns for FIOCLEX!!! We did not close
  480.     our file descriptors before...
  481. 13. A/UX fixes.
  482. 12. History events that start with a number are not necessarily numeric:
  483.     > !3d
  484.     3d: Event not fount
  485. 11. History loop detection added.
  486.     > alias a \!#
  487.     > b; a
  488. 10. Alias loop detection code was ineffective on eager optimizers.
  489.  9. All errors should now go through our table. Next step we should
  490.     add nls error messages.
  491.  8. Unsetenv now globs its arguments! Before it did not...
  492.  7. Added tilde cache and -l flag.
  493.  6. Added autocorrect
  494.  5. Fixed for so that background jobs in scripts get process groups
  495.  4. Fixed amazing memory leak in setenv()...
  496.  3. Added short2qstr() so that we can form quoted strings to be used with glob()
  497.  2. str2short and short2str allocate space dynamically.
  498.  1. Fixed bug related to the is*() routines called with shorts.
  499.     [only if NLS and SHORT_STRINGS are defined].
  500.     (The _ctype_ was getting indexed with shorts...)
  501.  0. Complete overhaul. Brought in the 4.4 csh stuff. Separated most
  502.     tcsh and csh code except where I would have to add more global
  503.     variables. Compiled correctly with both lint and gcc -Wall on
  504.     a sparc running 4.1
  505.  
  506. V5.20.03, 03/20/91.    - Never released
  507. 25. Kanji, SXA additions.
  508. 24. (exec foo) should not fail if they are suspended jobs.
  509. 23. Support kernel paging stuff on aix 370.
  510. 22. Now we handle correctly the environment variables LINES, COLUMNS,
  511.     TERMCAP for window size changes...
  512. 21. Tcsh 5.18c+ had broken NULL chars on scripts.
  513.     > cat > foo 
  514.     #!/usr/local/bin/tcsh -f
  515.     echo "foo"
  516.     echo "^V^@"
  517.     echo "bar"
  518.     ^D
  519.     > chmod +x foo; foo
  520.     foo
  521. 20. Posix has EAGAIN and not EWOULDBLOCK
  522. 19. Don't set ECHOK; makes kill ^U ugly.
  523. 18. $shell is SHELLPATH and not $SHELL any more.
  524. 17. Added -n flag to cd, pushd, popd and dirs. Documented -l and -v
  525.     flags.
  526. 16. Documented and fixed chase_symlinks and ignore_symlinks.
  527. 15. Call endpwent() when you get interrupted...
  528.     cd ~chri<tab>^C
  529.     cd ~christos/<enter>
  530.     <stuck>
  531. 14. Exec when you have suspended jobs asks for verification.
  532. 13. Variable length fixes:
  533.     >set abcdefghijklmnopqrstuvwxyz=1
  534.     >echo $abcdefghijklmnopqrstuvwxyz
  535.     abcdefghijklmnopqrs: Undefined variable
  536.     Now we have better messages too...
  537. 12. Icon fixes...
  538. 11. Quote expanded glob and history chars too.
  539. 10. If someone sets SHIN to O_NDELAY we died... Now we set it back...
  540.  9. unset path; unsetenv PATH; ls-F; (poof) fixed...
  541.  8. Patches for masscomp, and ${var123} lexical analysis fix...
  542.  7. Patch for sunview bug: A partially covered suntool sends SIGWINCH every
  543.     time the text is scrolled, causing annoying redraw effects. Now tcsh
  544.     checks if the size really changed before doing anything.
  545.  6. Interrupt in the middle of cwdcmd, and periodic does not remove the
  546.     aliases.
  547.  5. prompt2 and prompt3 fixes:
  548.     Prompt2 now prints the status of the parser by default.
  549.     Prompt3 can now have the standard prompt escape sequences.
  550.  4. eval file descriptor re-direction fix.
  551.     >set p='w | tail +3'
  552.     >eval $p
  553.     (originally | tail +3 was ignored)
  554.  3. $edit != emacs anymore; it was misleading, 'set edit' enables editing
  555.     'unset edit' disables it.
  556.  2. PERROR define fix. 
  557.  1. irix3.3.1 line discipline fix.
  558.  
  559. V5.20.02, 12/15/90.
  560. 32. /etc/Logout added and merged with /etc/Login flag.
  561. 31. Fixed tty chars in ed.init.c. Some of them were not handled correctly.
  562. 30. Command execution does not leak memory any more, and doing
  563.     ~ four times does not core-dump.
  564. 29. Fixed the notorious csh 'if(' bug (part of the convex fixes)
  565. 28. Intelligent getwd() on startup, and canonicalization.
  566. 27. Intelligent directory stack. Gets updated when $HOME changes.
  567. 26. Directory stack/save-restore additions
  568. 25. Convex Fixes.
  569. 24. Fixed onlret, and echonl getting stuck on svid.
  570. 23. Shouldn't leave tty in raw mode at auto-logout (e.g. when su'ing from a
  571.     csh, this is annoying).
  572. 22. Some users had environment EMACS set to something, and with my bad fix
  573.     at pl 1 found that they didn't have echo... (of course, even before my
  574.     "fix", they didn't have editing...). Anyway, refined the check to be
  575.     for EMACS=t, which is what emacs sets when running a subshell.
  576. 21. kill -CONT %job, would not update the status of the job, but it would
  577.     just restart it.
  578. 20. Sequent fixes.
  579. 19. AIX370 signal and TCF fixes.
  580. 18. fixed ls-F -l, SIGINT problem.
  581. 17. aix on the ps2 does not have strcoll() either.
  582. 16. Bind [A - [D and OA to OD in vi mode to the arrow key functions
  583.     so that they work from insert mode.
  584. 15. %~ was not working correctly for /home/news and /home/newsbin...
  585. 14. Removed Rcs Log
  586. 13. ISC unix fixes.
  587. 12. sunos3.x wants <sys/dir.h> not <dirent.h>
  588. 11. Remove precmd's, cwdcmd's and periodic cmds that had errors.
  589. 10. Compile sunos4.1 using termio. 
  590.  9. Rs6000 line discipline fixes. 
  591.  8. T_Tabs was wrong for termio machines.
  592.  7. Don't bind single keystroke arrow keys, when they are already bound!
  593.  6. Test for newline and tab before deciding not to send shell scripts
  594.     to the bourne shell.
  595.  5. Added LITERAL prompt stuff.
  596.  4. Fixed gethostname() in sh.rest.c to return the nodename.
  597.  3. Do not quote spell checked stuff. This is not very intelligent but
  598.     works better than before.
  599.  2. Fixes for relative path components. (paths that start with a .)
  600.  1. Fixed so that Rawmode() is not called when we are not editing
  601.     (breaks running under emacs)
  602.  
  603. V5.20.01, 11/15/90.
  604. 12. Recognize environment variables too.
  605. 11. Always start in Rawmode()
  606. 10. don't try to execute binary files using the bourne shell.
  607.  9. Vi change to end of line updates correctly now.
  608.  8. Prompt in continuation lines.
  609.  7. Prompt in if statements fix.
  610.  6. System V ^C works right now.
  611.  5. ^Z works correctly in bindings
  612.  4. Better error messages for variables.
  613.  3. dinit() now is more robust.
  614.  2. Added aux2.0 patches.
  615.  1. Fixed bug with arrow key bindings in ed.screen.c. All the keys
  616.     were bound to up-history!
  617.  
  618. V5.20.00, 11/10/90.
  619. 26. Fixed system V and POSIX time reporting.
  620. 25. Fixed ed.screen.c so that it does not use malloc().
  621. 24. Fixed SIGWINCH on the iris
  622. 23. Fixed ed.screen.c, so that settc works correcly. It used to set
  623.     the termcap with a string that was allocated from the stack!
  624. 22. Fixed listing of commands, where the last command was not checked.
  625. 21. Fixed which command. It did not work for
  626.     \<command>, if command was aliased.
  627. 20. Eliminated CSH4.3 define. You've had enough time to upgrade from 4.2
  628. 19. Fixed GotTermCaps to be called only once.
  629. 18. Added bindkey -r
  630. 17. Attributes were not getting reset correctly.
  631. 16. history -t does not print the time-stamp.
  632. 15. AddXkey, works now for single character xkeys.
  633. 14. filetype() knows better about symlinks.
  634. 13. ls-F works with filenames that have metachars
  635. 12. Completion/spelling works with quoted things.
  636. 11. Fixed refresh bug. Repeat by:
  637.     On an intelligent terminal that has insert and delete chars (xterm)
  638.     > orphan
  639.     > vi orphan.c
  640.     > ^P^P
  641. 10. Fixed so that if we don't have a tty on stdin editing is disabled.
  642.  9. Check for nested process forking, to avoid loops such as:
  643.     > alias foo 'set bar=`foo`'
  644.     > foo
  645.  8. Fix setting of AsciiOnly (Per)
  646.  7. tw.spell.c, defined F_OK for systems that don't have it.
  647.  6. ourwait.h had typo in ifdef.
  648.  5. BSD compilers need a cast to int for enums used in 
  649.     switches (Matthew Day)
  650.  4. Found the cause for the core-dump in long backquote 
  651.     expansions (Mark Davies)
  652.  3. Some externs in ed.h needed to be truly externs...
  653.     reported by Mark Davies, bug appeared only on hp9000s800.
  654.  2. Changed $tcsh, and $version strings.
  655.  1. Added internal sprintf function, renamed putchar to CSHputchar,
  656.     printf to CSHprintf, sprintf to CSHsprintf.
  657.  
  658. V5.19.02, 10/23/90.
  659. 36. Added /etc/cshrc for the SGI irises.
  660. 35. Added expand-variables function.
  661. 34. Documented $time in tcsh.man
  662. 33. Shell variables are now 'recognized' when expanding/listing things.
  663. 32. ls-F does not eat the last slash on the / directory!
  664. 31. Strings bound to keys are printed inside double quotes.
  665. 30. History now remembers the exact line, not just an unparsed version of
  666.     the tokens.
  667. 29. Renamed itoa to Itoa(), so things in libc that use itoa() don't break.
  668. 28. Ported to IBM aix/ps2. 
  669. 27. Fixed eval so that it forks when the output is piped
  670.     Repeat by:
  671.     > who | grep $user
  672.     > eval who | grep $user
  673. 26. Fixed so that 'nice <builtin changing the working directory>' does not
  674.     nice or fork.
  675.     Consider doing:
  676.     nice cd /tmp && rm *.c (don't try it!!!)
  677.     [what actually happens is that nice has to fork, then the child executes
  678.      chdir, and the parent stays where it was]
  679. 25. Added Dan's patches (nls, builtin bindkey, fixes to the editor).
  680. 24. Added aix370, migrate, getspath, getspath, getxvers, setxvers
  681. 23. Added builtin echotc, removed sl and el.
  682. 22. Ported to 4.4 BSD. This involved changing the way lots of flags worked,
  683.     cleanup of the SVID stuff, and addition of more compilation flags.
  684.     Now POSIX can work whed BSD is defined...
  685. 21. Fixed so that el, sl work. Actually they are to be removed soon and
  686.     be replaced with echotc.
  687. 20. Avoid the Quoted Space hack for alias when printing jobs!
  688.     [aliases to the same name avoid further alias expansion, by 
  689.      inserting a quoted space in front of the command. In SHORT_STRINGS
  690.      QUOTE is the 15th bit so print ignores it thinking it is the
  691.      end of the string. So we just skip the Quoted Space....]
  692.     Repeat by:
  693.     > set notify
  694.     > alias ls ls -F
  695.     > (ls) &
  696.     Prints        Exit 0 (
  697.     Should print: Exit 0 ( ls -F )
  698. 19. Fixed so that "", '', ``, all produce ': Command not found',
  699.     and not the spurious messages.
  700.     Repeat by:
  701.     > set path = (/bin /usr/bin .... .)
  702.     > ""
  703.     /some/path/name/: Command not found
  704. 18. Enable the use of <ctype.h> macros if they exist and NLS is defined.
  705.     NLS code is not ready yet.
  706. 17. Fixed rmstar and continue_jobs code, so that they are not compile
  707.     options, but shell variables. Now you need to 'set rmstar' to get
  708.     enable rmstar.
  709. 16. Fixed SIGWINCH, SIGWINDOW, and setting of li, co, that broke
  710.     suntools, and others.
  711.     Repeat by:
  712.     Start a shelltool of size other than 80x34
  713.     > telltc
  714.     > stty -a
  715.     do not report the same number of lines and columns.
  716. 15. More fixes to tw.parse.c, and tw.spell.c.
  717. 14. More fixes to sh.char.c.
  718. 13. Fixed coredump caused by ``.
  719. 12. Fixed spell-line code..
  720. 11. Trapped SIGCHLD in sh.sem.c, while forking. Still there is a small
  721.     race, but the probability of happening is smaller!
  722. 10. Fixed sh.char.c to be ISO compliant.
  723.  9. Added expand-glob
  724.  8. Fixed ourwait.h for little endians.
  725.  7. Fixed that foreach i (^D expands correctly.
  726.  6. Fixed so that listmax is ignored in ls-F.
  727.  5. Fixed spelling correction so that single letter words and words that
  728.     contain globbing chars do not get spell checked.
  729.  4. Changed NeXT HOSTTYPE to next, since all HOSTTYPE's are lower case.
  730.  3. Fixed symmetry, and changed symmetry HOSTTYPE from sequent to symmetry.
  731.  2. Added boldfacing, underlining chars.
  732.  1. Added IRIX3.3.1 support.
  733.  
  734. V5.19.01, 9/26/90.
  735. 7. Brought the README file up-to-date, and changed the bug report
  736.    address to point to me.
  737. 6. sh.lex.c. In addla(), overflow computation was wrong.
  738. 5. Fixed SHELLPATH, to be set correctly when $SHELL is not set.
  739. 4. Fixed print statement in sh.proc.c that contained \215.
  740. 3. Fixed the Makefile and MAKEDIFFS so that a tahoe diff can be made.
  741. 2. RS6000: hacked around execv bug, and ed.init.c warning.
  742. 1. Editor should not be enabled when we don't have a tty.
  743.